* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  font-family: Microsoft YaHei;
  position: relative;
  margin: 0 auto !important;
}
.content-wrap {
  overflow-x: hidden;
}
#fullpage .footer {
  margin-top: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff;
}
#fp-nav ul li a span.isback,
.fp-slidesNav ul li a span.isback {
  background: #333;
}
#fp-nav.right {
  right: 9px;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 1300px;
}
.ny-wrap {
  width: 1200px;
  margin: 0 auto;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow1,
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clear {
  clear: both;
}
@keyframes fadeInOut {
  0% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.head {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  background: rgba(0, 33, 77, 0.8);
}
.head.head-fix {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.3) !important;
  transition: all 0.6s;
}
.head.isback {
  background: #fff;
  box-shadow: 0px 9px 15px -6px #e9e9e9;
}
.head.isback a {
  color: #333 !important;
}
.head .wrap {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .wrap .nav ul {
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  align-items: center;
}
.head .wrap .nav ul li {
  padding: 0 34px;
  height: 98px;
  line-height: 98px;
  margin: 0 5px;
  position: relative;
}
.head .wrap .nav ul li:hover,
.head .wrap .nav ul li.on {
  border-bottom: 2px solid #03d7cd;
}
.head .wrap .nav ul li:hover > a,
.head .wrap .nav ul li.on > a {
  color: #03d7cd;
  box-sizing: border-box;
  font-weight: 700;
}
.head .wrap .nav ul li:hover .sub {
  display: block;
}
.head .wrap .nav ul li > a {
  font-size: 18px;
  color: #ffffff;
}
.head .wrap .nav ul li .sub {
  top: 80px;
  position: absolute;
  left: 50%;
  width: 150px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000000000;
  display: none;
  padding-top: 20px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
}
.head .wrap .nav ul li .sub > a {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.head .wrap .nav ul li .sub > a:nth-last-child(1) {
  border-bottom: none;
}
.head .wrap .nav ul li .sub > a:hover {
  font-weight: 700;
  color: #03d7cd;
}
.head .wrap .h-right {
  display: flex;
  align-items: center;
}
.head .wrap .h-right .search {
  position: relative;
  height: 98px;
  display: flex;
  align-items: center;
}
.head .wrap .h-right .search:hover .input {
  display: flex;
}
.head .wrap .h-right .search .search-icon1 {
  font-size: 28px;
  color: #fff;
}
.head .wrap .h-right .search .input {
  position: absolute;
  left: 0;
  top: 70px;
  padding: 15px 30px;
  background: #fff;
  display: flex;
  display: none;
}
.head .wrap .h-right .search .input input {
  width: 200px;
  height: 30px;
  border: 1px solid #3065c5;
  padding-left: 15px;
  outline: none;
}
.head .wrap .h-right .search .input span {
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3065c5;
  color: #fff;
}
.head .wrap .h-right .form {
  height: 34px;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 111px;
  font-size: 14px;
}
.head .wrap .h-right .form .iconfont {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 400;
}
.head .wrap .tel {
  position: relative;
}
.head .wrap .tel:hover .k {
  display: flex;
}
.head .wrap .tel .k {
  width: 211px;
  height: 62px;
  background: #ffffff;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  padding: 0 30px;
  box-sizing: border-box;
  top: 72px;
  left: -110px;
  display: none;
}
.head .wrap .tel .k::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  /* 三角形的颜色 */
  position: absolute;
  top: -10px;
  right: 68px;
}
.head .wrap .tel .k p:nth-child(1) {
  font-size: 14px;
  color: #666666;
}
.head .wrap .tel .k p:nth-child(2) {
  font-weight: 700;
  font-size: 20px;
  color: #00a29a;
}
.ny-banner img {
  width: 100%;
  display: block;
}
.ny-case {
  margin-bottom: 60px;
}
.ny-case .tip {
  height: 100px;
  background: #1d375e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* .ny-case .tip::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 20px;
  background: #00d5cb;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
} */
.ny-case .tip .text {
  /* width: 616px; */
  height: 70px;
  line-height: 70px;
  /* border: 1px solid #ffffff; */
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  text-align: left;
  margin: 0 auto;
  width: 1300px;
}
.ny-case .case-tit {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  text-align: center;
  position: relative;
}
.ny-case .case-tit span {
  position: relative;
  z-index: 4;
}
.ny-case .case-tit::after {
  content: '';
  width: 99px;
  height: 9px;
  background: #03d7cd;
  display: inline-block;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.ny-case .item1 {
  margin-top: 60px;
}
.ny-case .item1 .cont {
  padding-top: 55px;
  display: flex;
}
.ny-case .item1 .cont .left {
  width: 36%;
}
.ny-case .item1 .cont .left img {
  width: 100%;
  height: auto;
}
.ny-case .item1 .cont .right {
  width: calc(63% - 75px);
  margin-left: 75px;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-top: 15px;
}
.ny-case .item2 {
  padding-top: 50px;
  height: 780px;
  margin-top: 50px;
  box-sizing: border-box;
}
.ny-case .item2 .case-tit {
  color: #fff;
}
.ny-case .item2 .desc {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  width: 1186px;
  margin: 0 auto;
  margin-top: 60px;
}
.ny-case .item2 .img {
  width: 1186px;
  height: 525px;
  margin: 0 auto;
  margin-top: 90px;
}
.ny-case .item2 .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.ny-case .item3 {
  margin-top: 70px;
}
.ny-case .item3 .list {
  margin-top: 75px;
}
.ny-case .item3 .list li {
  margin-top: 45px;
  height: 224px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 45px 60px;
  box-sizing: border-box;
}
.ny-case .item3 .list li .left-img {
  width: 130px;
  height: 130px;
}
.ny-case .item3 .list li .left-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ny-case .item3 .list li .tx {
  width: calc(100% - 180px);
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-left: 45px;
}
.body-new-list .head {
  background: none;
}
.section-first {
  /*首页轮播图*/
  overflow: hidden;
}
.section-first .banner {
  position: relative;
  height: 100%;
  /*首页轮播图*/
}
.section-first .banner .a-top-back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 100000;
}
.section-first .banner .c-banner1 {
  position: relative;
  height: 100%;
}
.section-first .banner .c-banner1 .swiper-slide {
  position: relative;
  height: 100%;
}
.section-first .banner .c-banner1 .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #d7d7d7 0%, #0057e8 0%, #00d2ff 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}
.section-first .c-banner1 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.section-first.current video {
  opacity: 1;
}
.section-first.current .b-text1 .tx1 {
  opacity: 1;
  transition: all 1s ease-in-out 0.1s;
  transform: translateX(0);
}
.section-first.current .b-text1 .btn {
  opacity: 1;
  transition: all 1s ease-in-out 0.5s;
  transform: translateX(0);
}
.section-first .b-text1 {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-first .btn-list {
  display: flex;
  justify-content: center;
}

.section-first .b-text1 .tx1 {
  opacity: 0;
  transform: translateX(-100px);
}
.section-first .b-text1 .btn {
  opacity: 0;
  transform: translateX(-100px);
  width: 330px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto; */
  margin-top: 80px;
}
.section-first .b-text1 .btn a {
  color: #fff;
}
.section-first .b-text1 .btn:nth-child(1) {
  margin-right: 35px;
}
.section-first .b-text1 .btn:nth-child(2) {
  border: none;
  background: #00d2ff;
}

.section-first .b-text1 .btn img {
  margin-right: 20px;
}
.section-second {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-second.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.section-second.current .list {
  opacity: 1 !important;
  transition: all 1s ease-in-out 0.9s;
  transform: translateY(0);
}
.section-second .wrap {
  height: calc(100% - 1px);
  position: relative;
  padding-top: 1px;
}
.section-second .t-text {
  margin-top: 18.7vh;
  position: relative;
  z-index: 100;
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-in-out;
}
.section-second .t-text .tx1 p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.section-second .t-text .tx1 p:nth-child(2) {
  font-size: 20px;
  color: #ffffff;
  line-height: 47px;
  opacity: 0.3;
}
.section-second .t-text .tex2 {
  width: 546px;
  margin-top: 40px;
}
.section-second .t-text .tex2 p:nth-child(1) {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  text-indent: 32px;
}
.section-second .t-text .tex2 p:nth-child(2) {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 22px;
  margin-top: 10vh;
}
.section-second .t-text .tex2 p:nth-child(2) a {
  color: rgba(255, 255, 255, 0.5);
}
.section-second .list {
  margin-top: 10.6vh;
  opacity: 0;
  transform: translateY(100px);
}
.section-second .list ul {
  display: flex;
}
.section-second .list ul li {
  width: calc(25% - 20px);
  height: 90px;
  background: #114786;
  margin-right: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}
.section-second .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.section-second .list ul li img {
  margin-right: 1.56vw;
}
.section-second .list ul li a {
  font-weight: bold;
}
.section-third {
  background: center / cover no-repeat;
}
.section-third .wraps {
  height: calc(100% - 1px);
  padding-top: 1px;
  position: relative;
}
.section-third .cont {
  position: relative;
}
.section-third.current .com-tit {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 0.9s ease-in-out;
}
.section-third.current .s-cont {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 0.9s ease-in-out 0.9s;
}
.section-third .com-tit {
  margin-top: 18.7vh;
  text-align: center;
  opacity: 0;
  transform: translateY(300px);
  transition: all 1s ease-in-out;
}
.section-third .com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.section-third .com-tit p:nth-child(2) {
  font-size: 20px;
  color: #ffffff;
  line-height: 47px;
  opacity: 0.3;
  text-transform: uppercase;
}
.section-third .s-cont {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-in-out;
}
.section-third .s-img-next {
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-third .s-img-next img {
  object-fit: cover;
}
.section-third .s-img-prev img,
.section-third .s-img-next img {
  opacity: 0;
  transform: scale(0.98);
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.section-third .s-img-prev img.active,
.section-third .s-img-next img.active {
  opacity: 1;
  transform: scale(1);
}
.section-third .s-img-prev,
.section-third .s-img-next {
  position: absolute;
  right: 0;
  width: 17.7%;
  top: 45%;
  transform: translateY(-50%);
}
.section-third .s-img-prev img,
.section-third .s-img-next img {
  width: 100%;
  height: 36.9vh;
  object-fit: cover;
}
.section-third .service-swiper {
  width: 91%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.section-third .service-swiper .btn-list {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1.5vw;
  z-index: 100;
  box-sizing: border-box;
}
.section-third .service-swiper .btn-list .s-prev-btn {
  transform: rotate(180deg);
}
.section-third .service-swiper ul li {
  padding: 5.9vh 4.16vw;
  height: 48.9vh;
  box-sizing: border-box;
  background: rgba(17, 71, 134, 0.8);
}
.section-third .service-swiper ul li a {
  display: flex;
  height: 100%;
}
.section-third .service-swiper ul li .left {
  width: 52.2%;
  height: 100%;
}
.section-third .service-swiper ul li .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-third .service-swiper ul li .right {
  width: 47.8%;
  margin-left: 48px;
}
.section-third .service-swiper ul li .right .tit {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.section-third .service-swiper ul li .right .tit .line {
  width: 15px;
  height: 4px;
  background: #03d7cd;
  border-radius: 2px;
  margin-right: 20px;
}
.section-third .service-swiper ul li .right .desc {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 30px;
}
.section-third .service-swiper ul li .right .more {
  width: 42px;
  height: 42px;
  background: #00a29a;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-top: 4.3vh;
}
.section-third .service-swiper .service-pagination {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.section-third .service-swiper .service-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: none;
  opacity: 1;
  margin: 0 12px;
}
.section-third
  .service-swiper
  .service-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.section-four {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-four .wrap {
  height: calc(100% - 1px);
  position: relative;
  padding-top: 1px;
}
.section-four.current .about .txs {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-in-out 0.2s;
}
.section-four.current .about .b-list {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-in-out 0.8s;
}
.section-four .about {
  margin-top: 23.7vh;
}
.section-four .about .txs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
  transform: translateX(300px);
}
.section-four .about .txs .top {
  width: 465px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-four .about .txs .top .tit p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.section-four .about .txs .top .tit p:nth-child(2) {
  font-size: 20px;
  color: #ffffff;
  line-height: 47px;
  opacity: 0.3;
  text-transform: uppercase;
}
.section-four .about .txs .top .more {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.section-four .about .txs .content {
  width: 465px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 8vh;
}
.section-four .about .b-list {
  margin-top: 8vh;
  padding-top: 40px;
  padding-bottom: 30px;
  background: rgba(0, 162, 154, 0.5);
  position: relative;
  display: flex;
  opacity: 0;
  transform: translateY(300px);
  align-items: center;
}
.section-four .about .b-list::before {
  content: '';
  width: 1000px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 162, 154, 0.5);
  position: absolute;
  transform: rotateY(180deg);
  transform-origin: left center;
}
.section-four .about .b-list .list {
  width: calc(100% - 150px);
  overflow: hidden;
}
.section-four .about .b-list .list li .img-wrap {
  width: 100%;
}
.section-four .about .b-list .list li .img-wrap .img {
  width: 100%;
}
.section-four .about .b-list .list li .img-wrap .img::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 65%;
}
.section-four .about .b-list .list li .text {
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: rgba(9, 45, 91, 0.7);
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
.section-four .about .b-list .more {
  font-size: 14px;
  line-height: 30px;
  width: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-left: 39px;
  cursor: pointer;
}
.section-four .about .b-list .more a {
  color: rgba(255, 255, 255, 0.7);
}
.section-four .com-tit {
  margin-top: 18.7vh;
  text-align: center;
}
.section-four .com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.section-four .com-tit p:nth-child(2) {
  font-size: 20px;
  color: #ffffff;
  line-height: 47px;
  opacity: 0.3;
  text-transform: uppercase;
}
.videos {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 100000;
}
.videos .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 10;
}
.videos #video {
  width: 916px !important;
  height: 512px;
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 100000;
}
.videos .vclose {
  position: absolute;
  right: 24%;
  top: 23%;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1000000000;
  width: 40px;
  height: auto;
}
.footer {
  background: #132233;
  padding-top: 80px;
}
.footer .foot-cont {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.footer .left {
  width: 37%;
  display: flex;
  align-items: center;
}
.footer .left .f-tel {
  display: flex;
}
.footer .left .f-tel .tx p:nth-child(1) {
  font-size: 16px;
  color: #cacaca;
  line-height: 36px;
}
.footer .left .f-tel .tx:nth-child(2) {
  font-size: 24px;
  color: #fff;
  margin-left: 20px;
}
.footer .left .qr-list {
  /* margin-top: 55px; */
  margin-left: 40px;
}
.footer .left .qr-list ul {
  display: flex;
}
.footer .left .qr-list ul li {
  width: 120px;
  margin-right: 35px;
}
.footer .left .qr-list ul li .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  /* 与width相同 */
  position: relative;
}
.footer .left .qr-list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .left .qr-list ul li p {
  font-size: 14px;
  color: #dedddd;
  margin-top: 15px;
  white-space: nowrap;
}
.footer .mid {
  margin-top: -15px;
}
.footer .mid ul li {
  font-size: 16px;
  color: #cacaca;
  line-height: 60px;
}
.footer .mid ul li a {
  color: #cacaca;
}
.footer .right .tit {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.footer .right .contact {
  font-size: 15px;
  color: #cacaca;
  line-height: 48px;
  margin-top: 50px;
}
.footer .right .contact > div {
  display: flex;
}
.footer .copy {
  color: #7a8189;
  height: 114px;
  line-height: 114px;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #475564;
}
.footer .copy a {
  color: #7a8189;
}
.ny-product2 {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-product2 .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product2 .lists ul li {
  margin-right: 26px;
  margin-top: 30px;
  width: calc(25% - 20px);
}
.ny-product2 .lists ul li:hover .img-wrap {
  background: #00a29a;
  overflow: hidden;
}
.ny-product2 .lists ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product2 .lists ul li:hover .text > div:nth-child(1) {
  color: #00a29a;
}
.ny-product2 .lists ul li:nth-child(4n) {
  margin-right: 0;
}
.ny-product2 .lists ul li .img-wrap {
  width: 100%;
  height: 226px;
  border: 1px solid #e5e5e5;
  padding: 11px 11px;
  box-sizing: border-box;
}
.ny-product2 .lists ul li .img-wrap .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ny-product2 .lists ul li .img-wrap .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.ny-product2 .lists ul li .text {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  padding: 0 10px;
}
.ny-product2 .lists ul li .text > div:nth-child(1) {
  font-size: 15px;
  color: #333333;
  width: 75%;
}
.ny-product2 .lists ul li .text > div:nth-child(2) {
  font-size: 12px;
  color: #999999;
}
.ny-news {
  margin-top: 65px;
  margin-bottom: 98px;
}
.ny-news .common-right .list > ul {
  margin-top: 40px;
}
.ny-news .common-right .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 0;
}
.ny-news .common-right .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-news .common-right .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100;
  border: none;
}
.ny-news .common-right .list > ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover .btn {
  background: #00a29a;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #00a29a !important;
}
.ny-news .common-right .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-news .common-right .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-news .common-right .list > ul li a {
  display: flex;
}
.ny-news .common-right .list > ul li .text {
  margin-left: 16px;
  width: 77%;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-contact {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-contact .top {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ny-contact .top .content {
  margin-top: -5px;
  margin-right: 38px;
}
.ny-contact .top .content .line {
  width: 16px;
  height: 1px;
  background: #ededed;
}
.ny-contact .top .content .text {
  width: 294px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .top .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #00a29a;
  margin-bottom: 10px;
}
.ny-contact .top .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .top .content .erwer > div {
  text-align: center;
}
.ny-contact .top .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .top .content .erwer img {
  width: 132px;
  height: 132px;
}
.ny-contact .message {
  margin-top: 40px;
}
.ny-contact .message .tit h3 {
  font-size: 23px;
  font-weight: 700;
  color: #030303;
}
.ny-contact .message .tit p {
  color: #999999;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: calc(33% - 13px);
}
.ny-contact .message .input > div input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  margin-top: 14px;
  background: #ffffff;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1),
.ny-contact .message .input > div:nth-child(2) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .input > div span i {
  color: #ff0000;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #eeeeee;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 70px;
}
.ny-contact .message .btn {
  width: 138px;
  height: 44px;
  background: #00a29a;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  color: #999999;
  text-align: center;
  margin-left: 26px;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 55px;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-tip {
  font-size: 14px;
  color: #333333;
  height: 58px;
  line-height: 58px;
  background: #f5f5f5;
}
.ny-tip .iconfont {
  color: #999999;
  margin-right: 5px;
  font-size: 18px;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
.common-left .nav-list {
  margin-top: 45px;
  background: #ffffff;
}
.common-left .nav-list > ul {
  display: flex;
  justify-content: center;
}
.common-left .nav-list > ul > li {
  margin-right: 20px;
}
.common-left .nav-list > ul > li {
  min-width: 175px;
  height: 49px;
  border-radius: 25px;
  padding: 0 24px;
  border: 1px solid #d7d7d7;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 24px;
}
/* .common-left .nav-list > ul > li a {
} */
.common-left .title {
  /* height: 89px; */
  /* line-height: 89px; */
  font-size: 34px;
  text-align: center;
}
.common-left .title p:nth-child(2) {
  font-size: 24px;
  color: #707070;
  text-transform: uppercase;
}
.common-left .nav-list > ul > li.active {
  background: #00a29a;
  color: #fff;
  border: none;
}
.common-left .nav-list > ul > li.active a {
  color: #fff;
}
.common-left .nav-list > ul > li:hover {
  background: #00a29a;
  color: #fff;
  border: none;
}
.common-left .nav-list > ul > li a {
  color: #6d6d6d;
}
.common-left .nav-list > ul > li:hover a {
  color: #fff;
  border: none;
}
.common-left .nav-list > ul > li .sub {
  display: none;
}
.common-left .nav-list > ul > li .sub li {
  padding-left: 10px;
}
.common-left .nav-list > ul > li .sub a:hover {
  color: #00a29a;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #00a29a !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.next {
  transform: rotate(180deg);
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.ny-detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.ny-detail .cont {
  margin-top: 60px;
}
.ny-detail .other {
  margin-top: 60px;
}
.ny-detail .other li {
  line-height: 30px;
}
.ny-detail .other li:hover a {
  color: #00a29a;
}
@media screen and (max-width: 1680px) {
  .wrap,
  .ny-case .tip .text {
    width: 1200px;
  }

  .section-second .t-text .tex2 p:nth-child(2) {
    margin-top: 5vh;
  }
  .section-second .list {
    margin-top: 8vh;
  }
  .section-third .service-swiper {
    width: 80%;
  }
  .section-third .service-swiper .btn-list {
    padding: 0 1vw;
  }
  .section-third .service-swiper ul li .left {
    width: 48%;
  }
  .section-third .service-swiper ul li .right .desc {
    line-height: 26px;
    margin-top: 25px;
  }
  .section-third .service-swiper ul li {
    padding: 5.9vh 3.16vw;
  }
}
@media screen and (max-width: 1550px) {
  .section-third .service-swiper {
    width: 70%;
  }
  .section-third .service-swiper {
    margin-top: 16px;
  }
  .videos .vclose {
    top: 18%;
    right: 15%;
  }
}
@media screen and (max-width: 1400px) {
  .section-third .service-swiper ul li {
    height: 55vh;
  }
  .section-third .service-swiper .service-pagination {
    margin-top: 20px;
  }
  .section-third .service-swiper ul li .right .more {
    width: 31px;
    height: 30px;
    background: #00a29a;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-top: 2.3vh;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
